Vcenter Tagging Tags Info

Vcenter Tagging Tags Info
Vcenter Tagging Tags Info

The Vcenter Tagging Tags Info schema contains the tag Name and Category ID

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "name": "string",
    "category": "string",
    "description": "string",
    "used_by": [
        "string"
    ]
}
string
name
Required

The name of the tag.

This property was added in vSphere API 9.0.0.0.

string
category
Required

Category Id

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.cis.tagging.Category. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.cis.tagging.Category.

string
description
Required

The description of the Tag.

This property was added in vSphere API 9.0.0.0.

array of string
used_by
Required

The set of users that can use this Tag.

This property was added in vSphere API 9.0.0.0.